home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / TextServices.idl < prev    next >
Text File  |  1996-05-01  |  4KB  |  142 lines

  1. /*
  2.      File:        TextServices.idl
  3.  
  4.      Contains:    Text Services Manager Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __TEXTSERVICES_IDL__
  19. #define __TEXTSERVICES_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27. #ifndef __TYPES_IDL__
  28. #include <Types.idl>
  29. #endif
  30. #ifndef __EVENTS_IDL__
  31. #include <Events.idl>
  32. #endif
  33. #ifndef __MENUS_IDL__
  34. #include <Menus.idl>
  35. #endif
  36. #ifndef __AEDATAMODEL_IDL__
  37. #include <AEDataModel.idl>
  38. #endif
  39. #ifndef __AEREGISTRY_IDL__
  40. #include <AERegistry.idl>
  41. #endif
  42. #ifndef __COMPONENTS_IDL__
  43. #include <Components.idl>
  44. #endif
  45. #if FOR_SYSTEM8_PREEMPTIVE
  46. #ifndef __TEXTOBJECTS_IDL__
  47. #include <TextObjects.idl>
  48. #endif
  49. #ifndef __LOCALEOBJECTS_IDL__
  50. #include <LocaleObjects.idl>
  51. #endif
  52. #ifndef __COLLECTIONS_IDL__
  53. #include <Collections.idl>
  54. #endif
  55. #ifndef __HILISTTYPES_IDL__
  56. #include <HIListTypes.idl>
  57. #endif
  58. #ifndef __HIWINDOWTYPES_IDL__
  59. #include <HIWindowTypes.idl>
  60. #endif
  61. #endif
  62.  
  63. #ifdef __SOMIDL__
  64.  
  65. #if FOR_SYSTEM7_AND_SYSTEM8_PREEMPTIVE
  66. /* Standard collection tags*/
  67. /* Standard tags for input method modes*/
  68. /* Variant tags for the input modes*/
  69. /* Text Services LocaleObject Attributes*/
  70. #endif
  71. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  72. #endif
  73. #if FOR_SYSTEM8_PREEMPTIVE
  74. typedef SOMLargeStruct            TSMServiceSpecification;    /* Derived from a struct of 12 bytes in size */
  75.  
  76. typedef OpaquePtr                TSMServiceSpecificationPtr;    /* Substituted OpaquePtr for ``TSMServiceSpecification*'' */
  77.  
  78. /* New opaque definitions for types*/
  79. typedef OpaquePtr                TSMContext;
  80.  
  81. typedef OpaquePtr                TSMServiceContextRef;
  82.  
  83. #endif
  84. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  85. /* New opaque definitions for types*/
  86. typedef OpaquePtr                TSMDocumentID;
  87.  
  88. typedef OpaquePtr                InterfaceTypeList;            /* Substituted OpaquePtr for array of OSType of size 1 */
  89.  
  90. #endif
  91. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  92. /* Text Service Info List */
  93. typedef SOMLargeStruct            TextServiceInfo;            /* Derived from a struct of 260 bytes in size */
  94.  
  95. typedef OpaquePtr                TextServiceInfoPtr;            /* Substituted OpaquePtr for ``TextServiceInfo*'' */
  96.  
  97. typedef SOMLargeStruct            TextServiceList;            /* Derived from a struct of 262 bytes in size */
  98.  
  99. typedef OpaquePtr                TextServiceListPtr;            /* Substituted OpaquePtr for ``TextServiceList*'' */
  100.  
  101. typedef OpaquePtr                TextServiceListHandle;        /* Substituted OpaquePtr for ``TextServiceListPtr*'' */
  102.  
  103. typedef SOMFourByteStruct        ScriptLanguageRecord;        /* Derived from a struct of 4 bytes in size */
  104.  
  105. typedef SOMLargeStruct            ScriptLanguageSupport;        /* Derived from a struct of 6 bytes in size */
  106.  
  107. typedef OpaquePtr                ScriptLanguageSupportPtr;    /* Substituted OpaquePtr for ``ScriptLanguageSupport*'' */
  108.  
  109. typedef OpaquePtr                ScriptLanguageSupportHandle; /* Substituted OpaquePtr for ``ScriptLanguageSupportPtr*'' */
  110.  
  111. #endif
  112. #if FOR_SYSTEM8_PREEMPTIVE
  113. /* Low level TSMContext routines */
  114. #endif
  115. #if FOR_SYSTEM8_COOPERATIVE
  116. /* Text Service Info List */
  117. typedef SOMLargeStruct            InlineEditInfo;                /* Derived from a struct of 12 bytes in size */
  118.  
  119. typedef OpaquePtr                InlineEditInfoPtr;            /* Substituted OpaquePtr for ``InlineEditInfo*'' */
  120.  
  121. /* New handler routines */
  122. /* Low level TSMContext routines */
  123. #if FOR_PTR_BASED_AE
  124. #endif
  125. /* Text service developer API's */
  126. #if FOR_PTR_BASED_AE
  127. #endif
  128. #endif
  129. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  130. /* High level TSM Doucment routines */
  131. /* Utilities */
  132. #endif
  133. #if FOR_SYSTEM7_ONLY
  134. /* Redundant Utilities */
  135. /* Component Manager Interfaces to Input Methods */
  136. #endif
  137.  
  138. #endif /* __SOMIDL__ */
  139.  
  140. #endif /* __TEXTSERVICES_IDL__ */
  141.  
  142.